G.public01 {
    border: 1px solid rgb(255, 255, 255);
    box-shadow: rgb(225, 225, 225) 0px 0px 4px;
}

html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td {
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px none;
    /*vertical-align: top;*/
}

ul,
li {
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

body,
input,
select,
button,
textarea {
    font-size: 14px;
    font-family: "Microsoft Simsun";
}

.song {
    font-family: 宋体;
}

button {
    cursor: pointer;
}

i,
em,
cite {
    font-style: normal;
}

body {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    line-height: 1.2;
}

html {
    text-size-adjust: none;
}

a {
    color: rgb(0, 0, 0);
    text-decoration: none;
}

a {}

a:hover {
    text-decoration: none;
    color: rgb(148, 30, 35);
}

a:focus {
    outline: none;
}

.fixed:after {
    DISPLAY: block;
    HEIGHT: 0px;
    VISIBILITY: hidden;
    CLEAR: both;
    CONTENT: "."
}

.fixed {
    MIN-HEIGHT: 1%;
    DISPLAY: block
}

.clear {
    clear: both;
    overflow: hidden;
    font-size: 0px;
    line-height: 0;
    display: block !important;
    float: none !important;
    width: auto !important;
    height: 0px !important;
    margin: 0px auto !important;
    padding: 0px !important;
}

.round {
    background: rgb(255, 255, 255);
    border-radius: 10px;
    position: relative;
    z-index: 2;
    margin-top: 5px;
}

.erweima {
    position: fixed;
    top: 400px;
    right: 25px;
}

.my_header {
    width: 100%;
    min-height: 120px;
}

.my_header .my_header_warp {
    margin: 0px auto;
    background: url("/sjw/upload_web/img/bg-flash.jpg") 0px 0px repeat-x;
}

.my_header .top {
    background: url("/sjw/upload_web/img/top_bg_02.jpg") repeat-x;
    height: 24px;
}

.my_header .top_warp {
    margin: 0px auto;
    color: rgb(255, 255, 255);
    text-align: right;
    line-height: 22px;
    font-size: 12px;
}

.my_header .top_warp a {
    color: rgb(255, 255, 255);
    display: inline-block;
    padding: 0px 10px;
}

.my_header.top_warp a:hover {
    color: rgb(206, 3, 23);
}

.my_header .top_warp em {
    display: inline-block;
    font-size: 8px;
    line-height: 10px;
    position: relative;
    top: -2px;
    right: 1062px;
}

.my_header .my_nav {
    font-size: 14px;
    background: url("/sjw/upload_web/img/nav_bg.jpg") 0px 0px repeat-x;
    text-align: center;
    margin: 0px;
    font-weight: bold;
}

.my_header .my_nav span {
    padding: 5px 20px 6px;
    display: inline-block;
    margin: 0px;
    font-size: 16px;
}

.my_header .my_nav a {
    color: rgb(255, 255, 255);
}

.my_header .my_nav a:hover {
    color: rgb(204, 204, 204);
}

.my_header .my_nav a.on {
    color: rgb(249, 192, 72);
}

.main {
    width: 940px;
    margin: 0 auto;
    padding-top: 10px;
}

.main_left {
    float: left;
    width: 540px;
}

.main_right {
    float: right;
    width: 380px;
}

.main_right .right_txt li {
    list-style: disc;
    color: red;
    margin-left: 20px;
    font-family: "Microsoft YaHei";
}

.main_right .right_txt li a {
    text-decoration: none;
    font-size: medium;
    font-weight: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-style: normal;
}

.main_right .right_txt a:hover {
    text-decoration: underline;
}

.class_first {
    background-color: rgb(236, 234, 235);
    min-height: 401px;
    margin-top: 0px;
}

.class_second {
    background-color: rgb(236, 234, 235);
    min-height: 0px;
    margin-top: 5px;
}

.class_third {
    background-color: rgb(236, 234, 235);
    min-height: 885px;
    margin-top: 5px;
}

.class_fouth {
    background-color: rgb(236, 234, 235);
    min-height: 150px;
    margin-top: 5px;
}

.left_news {
    width: 400px;
    padding: 10px 0px 0px;
    min-height: 380px;
    float: left;
    margin-left: 7px;
}

.left_news .tit {
    background: rgb(255, 255, 255);
    border-bottom: 2px solid rgb(210, 32, 2);
    height: 32px;
    padding: 0px 10px;
    font-size: 16px;
    margin-top: -4px;
}

.left_news .tit .more {
    float: right;
    margin-top: 15px;
    font-size: 10px;
    color: rgb(244, 4, 3);
}

.left_news .tit .more:hover {
    color: rgb(148, 30, 35);
}

.left_news dl {
    padding-top: 10px;
    min-height: 90px;
    border: 1px solid rgb(221, 221, 221);
    margin-bottom: 18px;
    padding-left: 10px;
}

.left_news dt {
    font-size: 20px;
    font-family: "Microsoft Simhei";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.left_news dt a {
    color: rgb(68, 68, 68);
    font-weight: bold;
}

.left_news dt a:hover {
    color: rgb(148, 30, 35);
}

.left_news .p {
    text-indent: 32px;
    color: rgb(193, 48, 0);
    min-height: 35px;
    line-height: 1.5;
    font-size: 13px;
    padding-top: 20px;
}

.left_news .p a {
    color: rgb(85, 85, 85);
}

.left_news ul {
    background: rgb(255, 255, 255);
    border: none;
    min-height: 100px;
    padding: 20px 10px 15px 15px;
}

.left_news ul li {
    height: 31px;
    line-height: 31px;
    padding-left: 5px;
    width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

.left_news ul li a {
    float: left;
    color: rgb(85, 85, 85);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    font-size: 15px;
    font-family: "Microsoft YaHei";
}

.left_news ul li a:hover {
    color: rgb(148, 30, 35);
    text-decoration: underline;
}

.left_news ul li a i {
    float: left;
    width: 6px;
    height: 6px;
    display: inline;
    background: url("/sjw/upload_web/img/lipoint.jpg") no-repeat;
    margin: 12px 10px 0px 0px;
}

.left_news ul li.first {
    font-size: 16px;
    height: 65px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid rgb(221, 221, 221);
    text-align: center;
}

.left_news ul li.first a {
    color: rgb(68, 68, 68);
    white-space: normal;
    text-decoration: none;
}

.left_news ul li.first a:hover {
    color: rgb(148, 30, 35);
    text-decoration: underline;
}

.left_news ul li.last {
    position: relative;
    background-color: rgb(235, 233, 234);
    height: 55px;
    font-weight: normal;
}

.left_news ul li .zt_bg {
    position: absolute;
    border: 1px solid rgb(151, 5, 28);
    height: 43px;
    background-color: rgb(255, 255, 255);
    color: rgb(49, 49, 49);
    line-height: 43px;
    left: 5px;
    top: 8px;
    right: 5px;
    bottom: 6px;
}

.left_news ul li .zt_bg .link_tit {
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    white-space: nowrap;
    min-width: 45px;
    font-size: 16px;
    font-weight: normal;
}

.left_news ul li .zt_bg .link_box {
    padding-left: 1px;
    padding-right: 5px;
    float: left;
    white-space: nowrap;
    min-width: 80px;
    font-size: 14px;
}

.right_news {
    width: 520px;
    padding: 10px 0px 0px;
    min-height: 380px;
    float: right;
    margin-right: 7px;
}

.right_news .tit {
    background: rgb(255, 255, 255);
    border-bottom: 2px solid rgb(210, 32, 2);
    height: 32px;
    padding: 0px 15px;
    font-size: 16px;
    margin-top: -4px;
}

.right_news .tit .more {
    float: right;
    margin-top: 15px;
    font-size: 10px;
    color: rgb(244, 4, 3);
}

.right_news .tit .more:hover {
    color: rgb(148, 30, 35);
}

.right_news ul {
    background: rgb(255, 255, 255);
    border: none;
    min-height: 100px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 20px 10px 15px 15px;
}

.right_news ul li {
    padding: 4px 0px 4px 5px;
    height: 25px;
    line-height: 25px;
    width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Microsoft SimSun";
}

.right_news ul li a {
    float: left;
    color: rgb(85, 85, 85);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    font-size: 15px;
    font-family: "Microsoft YaHei";
}

.right_news ul li a:hover {
    color: rgb(148, 30, 35);
    text-decoration: underline;
}

.right_news ul li a i {
    float: left;
    width: 6px;
    height: 6px;
    display: inline;
    background: url("/sjw/upload_web/img/lipoint.jpg") no-repeat;
    margin: 10px 10px 0px 0px;
}

.right_news ul li.first {
    font-size: 16px;
    height: 55px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid rgb(221, 221, 221);
}

.right_news ul li.first a {
    color: rgb(68, 68, 68);
    white-space: normal;
}

.right_news ul li.first a:hover {
    color: rgb(148, 30, 35);
}

.right_news ul li.last {
    position: relative;
    background-color: rgb(235, 233, 234);
    height: 55px;
    font-weight: normal;
}

.right_news ul li .zt_bg {
    position: absolute;
    border: 1px solid rgb(151, 5, 28);
    height: 43px;
    background-color: rgb(255, 255, 255);
    color: rgb(49, 49, 49);
    line-height: 43px;
    left: 5px;
    top: 8px;
    right: 5px;
    bottom: 6px;
}

.right_news ul li .zt_bg .link_tit {
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    white-space: nowrap;
    min-width: 45px;
    font-size: 16px;
    font-weight: normal;
}

.right_news ul li .zt_bg .link_box {
    padding-left: 1px;
    padding-right: 5px;
    float: left;
    white-space: nowrap;
    min-width: 80px;
    font-size: 14px;
}

.banner_0 {
    min-height: 345px;
    position: relative;
    z-index: 100;
}

.banner_0_top {
    min-height: 345px;
    background: rgb(255, 255, 255);
}

.banner_0_top li {
    position: absolute;
    left: 0px;
    top: 6px;
    width: 100%;
    text-align: center;
}

.banner_0_top li img {
    position: relative;
    width: 526px;
    height: 330px;
    border: 1px solid rgb(3, 117, 232);
    vertical-align: middle;
}

.banner_0_top li .tit {
    position: absolute;
    bottom: 10px;
    left: 0px;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    text-align: center;
}

.banner_0_top li .tit a {
    color: rgb(255, 255, 255);
}

.banner_0_top li .tit a:hover {
    text-decoration: underline;
}

.banner_0_top li .p {
    background: rgb(255, 255, 255);
    min-height: 47px;
    padding: 5px 0px;
    line-height: 1.5;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: left;
}

.banner_0_top li .p a {
    display: inline-block;
    padding: 0px 10px;
    text-indent: 30px;
}

.banner_0_bottom {
    position: absolute;
    bottom: 50px;
    width: 100%;
    left: 11px;
    text-align: center;
    z-index: 20;
}

.banner_0_bottom span {
    background: url("/sjw/upload_web/img/point.png") left top no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    cursor: pointer;
    margin: 0px 2px;
}

.banner_0_bottom span.on {
    background: url("/sjw/upload_web/img/point.png") right top no-repeat;
}

.banner_0 .next {
    background: url("/sjw/upload_web/img/por.png") no-repeat;
    width: 19px;
    height: 34px;
    position: absolute;
    left: 10px;
    top: 35%;
    opacity: 0.7;
    cursor: pointer;
    z-index: 20;
}

.banner_0 .por {
    background: url("/sjw/upload_web/img/nex01.png") no-repeat;
    width: 19px;
    height: 34px;
    position: absolute;
    right: 10px;
    top: 35%;
    opacity: 0.7;
    cursor: pointer;
    z-index: 20;
}

.tb_skim {
    margin-top: 10px;
    background: rgb(255, 255, 255);
    padding: 10px 0px 8px;
}

.tb_skim .tit {
    background: rgb(255, 255, 255);
    border-bottom: 2px solid rgb(210, 32, 2);
    height: 32px;
    padding: 0px 15px;
    font-size: 16px;
    margin-top: -4px;
}

.tb_skim .tit .more {
    float: right;
    margin-top: 15px;
    font-size: 10px;
    color: rgb(244, 4, 3);
}

.tb_skim .tit .more:hover {
    color: rgb(148, 30, 35);
}

.tb_skim .tit01 {
    font-size: 16px;
    min-height: 41px;
    background: url("/sjw/upload_web/img/wzdh_bg.jpg") 0px 0px repeat-x;
}

.tb_skim .tab_bon1 {
    margin: 0px;
}

.tb_skim .tab_bon {
    margin: 10px 0px 0px 25px;
    font-size: 18px;
    font-family: simsun;
    font-weight: bold;
}

.tb_skim .tab_bon li {
    float: left;
    margin-right: 25px;
    border-bottom: 2px solid rgb(255, 255, 255);
    height: 24px;
    color: rgb(0, 0, 0);
}

.tb_skim .tab_bon li a {
    display: block;
    height: 24px;
}

.tb_skim .tab_bon li.on {
    border-bottom: 2px solid rgb(23, 82, 140);
    color: rgb(206, 3, 23);
}

.tb_skim .tab_bon li.on a {
    color: rgb(206, 3, 23);
}

.tb_skim .tab_bon2 {
    margin: 10px 0px;
    font-size: 18px;
    font-family: simsun;
    font-weight: bold;
}

.tb_skim .tab_bon2 li {
    float: left;
    margin-left: 25px;
    border-bottom: 2px solid rgb(255, 255, 255);
}

.tb_skim .tab_bon2 li a {
    display: block;
    height: 24px;
}

.tb_skim .tab_bon2 li.on {
    border-bottom: 2px solid rgb(23, 82, 140);
    color: rgb(206, 3, 23);
}

.tb_skim .tab_bon2 li.on a {
    color: rgb(206, 3, 23);
}

.tb_skim .edu_dl {
    position: relative;
}

.tb_skim .edu_dl dt {
    width: 290px;
    position: absolute;
    left: 0px;
    top: 15px;
}

.tb_skim .edu_dl dt h4 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
}

.tb_skim .edu_dl dd {
    padding-left: 310px;
}

.tb_skim .edu_dl dd .tab_border1 {
    height: 205px;
    margin-bottom: 10px;
    font-size: 14px;
}

.tb_skim .edu_dl dd .tab_border1 td {
    border-bottom: 1px solid rgb(239, 238, 238);
    height: 40px;
    vertical-align: middle;
    line-height: 25px;
}

.tb_skim .edu_dl dd .more {
    float: right;
    color: rgb(0, 85, 150);
}

.tb_skim .edu_dl dd .more:hover {
    color: rgb(148, 30, 35);
}

.tb_skim .edu_con {
    height: 238px;
    min-height: 238px;
}

.tb_skim .edu_con dl {
    height: 100px;
    min-height: 100px;
}

.tb_skim .edu_con ul {
    height: 100px;
    min-height: 100px;
}

.tb_skim2 {
    margin-top: 2px;
    background: rgb(255, 255, 255);
    padding: 10px 0px 8px;
}

.tb_skim2 .tit {
    background: rgb(255, 255, 255);
    border-bottom: 2px solid rgb(210, 32, 2);
    height: 32px;
    padding: 0px 15px;
    font-size: 16px;
    margin-top: -4px;
}

.tb_skim2 .tit .more {
    float: right;
    margin-top: 15px;
    font-size: 10px;
    color: rgb(244, 4, 3);
}

.tb_skim2 .tit .more:hover {
    color: rgb(148, 30, 35);
}

.tb_skim2 .tit01 {
    font-size: 16px;
    min-height: 41px;
    background: url("/sjw/upload_web/img/wzdh_bg.jpg") 0px 0px repeat-x;
}

.tb_skim2 .tab_bon1 {
    margin: 0px;
}

.tb_skim2 .tab_bon {
    margin: 10px 0px 0px 25px;
    font-size: 18px;
    font-family: simsun;
    font-weight: bold;
}

.tb_skim2 .tab_bon li {
    float: left;
    margin-right: 25px;
    border-bottom: 2px solid rgb(255, 255, 255);
    height: 24px;
    color: rgb(0, 0, 0);
}

.tb_skim2 .tab_bon li a {
    display: block;
    height: 24px;
}

.tb_skim2 .tab_bon li.on {
    border-bottom: 2px solid rgb(23, 82, 140);
    color: rgb(206, 3, 23);
}

.tb_skim2 .tab_bon li.on a {
    color: rgb(206, 3, 23);
}

.tb_skim3 {
    margin-top: -6px;
    background: rgb(255, 255, 255);
    padding: 10px 0px;
    width: 925px;
    margin-right: 5px;
    margin-left: 5px;
}

.tb_skim3 .tit {
    background: rgb(255, 255, 255);
    border-bottom: 2px solid rgb(210, 32, 2);
    height: 32px;
    padding: 0px 15px;
    font-size: 16px;
    margin-top: -4px;
}

.tb_skim3 .tit .more {
    float: right;
    margin-top: 15px;
    font-size: 10px;
    color: rgb(244, 4, 3);
}

.tb_skim3 .tit .more:hover {
    color: rgb(148, 30, 35);
}

.tb_skim3 .tit01 {
    font-size: 16px;
    min-height: 41px;
    background: url("/sjw/upload_web/img/wzdh_bg.jpg") 0px 0px repeat-x;
}

.tb_skim3 .tab_bon1 {
    margin: 0px;
}

.tb_skim3 .tab_bon {
    margin: 10px 0px 0px 25px;
    font-size: 18px;
    font-family: simsun;
    font-weight: bold;
}

.tb_skim3 .tab_bon li {
    float: left;
    margin-right: 25px;
    border-bottom: 2px solid rgb(255, 255, 255);
    height: 24px;
    color: rgb(0, 0, 0);
}

.tb_skim3 .tab_bon li a {
    display: block;
    height: 24px;
}

.tb_skim3 .tab_bon li.on {
    border-bottom: 2px solid rgb(23, 82, 140);
    color: rgb(206, 3, 23);
}

.tb_skim3 .tab_bon li.on a {
    color: rgb(206, 3, 23);
}

.tb_skim4 {
    background: rgb(255, 255, 255);
    width: 938px;
}

.tb_skim4 .tit {
    background-image: url("/sjw/upload_web/img/dh_bg.jpg");
    background-repeat: repeat-x;
    height: 40px;
    font-size: 16px;
}

.tb_skim4 .tit .more {
    float: right;
    padding-top: 45px;
    font-size: 10px;
    color: rgb(244, 4, 3);
}

.tb_skim4 .tit .more:hover {
    color: rgb(148, 30, 35);
}

.tb_skim4 .tit01 {
    font-size: 16px;
    min-height: 41px;
    background: url("/sjw/upload_web/img/wzdh_bg.jpg") 0px 0px repeat-x;
}

.tb_skim4 .tab_bon1 {
    margin: 0px;
}

.tb_skim4 .tab_bon {
    margin: 10px 0px 0px 25px;
    font-size: 16px;
}

.tb_skim4 .tab_bon li {
    float: left;
    margin-right: 25px;
    border-bottom: 2px solid rgb(255, 255, 255);
    height: 24px;
    color: rgb(0, 0, 0);
}

.tb_skim4 .tab_bon li a {
    display: block;
    height: 24px;
}

.tb_skim4 .tab_bon li.on {
    border-bottom: 2px solid rgb(23, 82, 140);
    color: rgb(206, 3, 23);
}

.tb_skim4 .tab_bon li.on a {
    color: rgb(206, 3, 23);
}

.blue_bk .tit {
    border-bottom: 5px solid rgb(27, 69, 108);
}

.blue_bk .tab_bon li.on {
    border-bottom: 2px solid rgb(27, 69, 108);
}

.blue_bk .tab_bon li.on a {
    color: rgb(27, 69, 108);
}

.widget_list ul {
    padding: 15px 10px 10px 15px;
}

.widget_list li {
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget_list li a {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    font-size: 15px;
    font-family: "Microsoft YaHei";
    color: rgb(85, 85, 85);
}

.widget_list li a:hover {
    color: rgb(148, 30, 35);
    text-decoration: underline;
}

.widget_list li a i {
    float: left;
    width: 6px;
    height: 6px;
    display: inline;
    background: url("/sjw/upload_web/img/lipoint.jpg") no-repeat;
    margin: 12px 10px 0px 0px;
}

.widget_list .p {
    text-indent: 32px;
}

.widget_list .more {
    float: right;
    color: rgb(0, 85, 150);
    font-size: 12px;
}

.widget_list .more:hover {
    color: rgb(148, 30, 35);
}

.law_list {
    min-height: 193px;
}

.law_list ul {
    min-height: 166px;
}

.gzdt_list {
    min-height: 280px;
}

.gzdt_list ul li {
    width: 390px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.link_list {
    min-height: 70px;
}

.search {
    min-width: 100px;
    height: 32px;
}

.search dt {
    float: right;
    background: url("/sjw/upload_web/img/box_02.jpg") no-repeat;
    width: 360px;
    height: 32px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline;
}

.search dt .s_int {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    height: 22px;
    line-height: 22px;
    width: 266px;
    margin-left: 5px;
    margin-top: 0px;
    background: none;
    color: rgb(132, 132, 132);
    text-align: left;
}

.search dt .s_bon {
    float: left;
    width: 35px;
    height: 30px;
    margin-left: 5px;
    background: none;
    border: none;
    cursor: pointer;
}

.search dd {
    float: left;
    margin: 15px 0px 10px 10px;
    display: inline;
}

.search dd a {
    color: rgb(33, 77, 118);
    text-decoration: underline;
}

.search dd a:hover {
    color: rgb(148, 30, 35);
}

.right_txt {
    margin: 45px 0px;
    min-height: 228px;
    position: relative;
}

.right_txt a {
    color: black;
}

.right_txt a:hover {
    color: rgb(148, 30, 35);
}

.right_txt h2 {
    font-size: 21px;
    font-weight: bold;
    padding-top: 0px;
    line-height: 1px;
    padding-left: 20px;
    white-space: nowrap;
    font-family: "Microsoft Yahei";
}

.right_txt ul {
    margin-top: 10px;
    padding-left: 10px;
}

.right_txt ul li {
    line-height: 23px;
    text-indent: 10px;
    font-size: 18px;
    font-family: "Microsoft Yahei";
    font-weight: bold;
    padding-bottom: 5px;
}

.right_txt ul li a {
    color: #555555;
}

.right_txt ul li a i {
    float: left;
    width: 10px;
    height: 10px;
    margin: 4px 10px 0px 0px;
}

.right_txt ul li a:hover {
    color: rgb(148, 30, 35);
}

.right_txt .more2 {
    position: absolute;
    padding-top: 10px;
    padding-bottom: 0px;
    right: 0px;
    font-size: 12px;
    color: #555555;
}

.right_txt .more2:hover {
    color: rgb(148, 30, 35);
}

.pletter {
    width: 400px;
    padding: 0px 5px 5px 0px;
    min-height: 280px;
    float: left;
}

.pletter .pl_left {
    width: 100%;
    min-height: 120px;
    background: rgb(255, 255, 255);
    position: relative;
    margin-top: 10px;
}


.pl_left1 {
    padding-top: 10px;
    text-align: center;
}

.pl_left2 {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}




.pletter .pl_right {
    float: left;
    width: 100%;
    background-image: url("/sjw/upload_web/img/jbfs.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    color: rgb(255, 255, 255);
    height: 156px;
    margin-top: 10px;
    position: relative;
}

.pletter .pl_right h2 {
    padding-left: 10px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
}

.jbfs {
    margin-top: 60px;
    margin-bottom: 15px;
    padding-left: 20px;
}

.jbfs li {
    vertical-align: top;
    line-height: 23px;
    margin-top: 5px;
    width: 100%;
    font-size: 14px;
}

.middle_right {
    width: 520px;
    padding: 0px 2px 5px 3px;
    min-height: 280px;
    float: right;
    margin-right: 5px;
}

.work_news_left {
    float: left;
    width: 455px;
}

.work_news_right {
    float: right;
    width: 455px;
}

.pletter .pl_right {
    float: left;
    width: 100%;
    background-image: url("/sjw/upload_web/img/jbfs.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    color: rgb(255, 255, 255);
    height: 156px;
    margin-top: 10px;
    position: relative;
}

.pletter .pl_right h2 {
    padding-left: 10px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
}

.pletter .pl_right article {
    padding: 40px 20px;
}

.pletter .pl_right article td {
    vertical-align: top;
}

.pletter .pl_right article span {
    line-height: 23px;
    margin-top: 5px;
    width: 100%;
    font-size: 14px;
}

.pletter .pl_right a {
    color: rgb(255, 255, 255);
}

.pletter .pl_right a:hover {
    text-decoration: underline;
}

.news_link {
    width: 100%;
    height: 70px;
    background: rgb(255, 255, 255);
    font-weight: normal;
    margin-top: 10px;
    display: block;
}

.news_link a {
    float: left;
    font-size: 14px;
    color: rgb(68, 68, 68);
    line-height: 30px;
    white-space: nowrap;
    margin-left: 23px;
    margin-right: 20px;
    font-family: "Microsoft Simsun";
    display: block;
}

.news_link a:hover {
    color: rgb(148, 30, 35);
    text-decoration: underline;
}

.news_link span {
    cursor: pointer;
}

.news_link h2 {
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
}

.news_link.letter {
    width: 180px;
    line-height: 30px;
    text-align: left;
}

.work_news dl {
    width: 435px;
    margin-top: 10px;
    min-height: 88px;
    border: 1px solid rgb(221, 221, 221);
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 5px;
}

.work_news dt {
    font-size: 16px;
    font-family: "Microsoft Simhei";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    padding-top: 10px;
}

.work_news dt a {
    color: rgb(68, 68, 68);
    font-weight: bold;
}

.work_news dt a:hover {
    color: rgb(148, 30, 35);
}

.work_news .p {
    text-indent: 26px;
    color: rgb(193, 48, 0);
    min-height: 35px;
    line-height: 1.5;
    font-size: 13px;
    padding-top: 10px;
}

.work_news .p a {
    color: rgb(85, 85, 85);
}

.work_news .m a {
    color: rgb(148, 30, 35);
}

.work_news .m a:hover {
    color: rgb(165, 42, 47);
}

.work_news .law_list ul {
    margin-top: 10px;
}

.work_news .tab_bon li {
    margin-right: 20px;
    margin-left: 20px;
}

.work_news1 .p {
    padding: 5px 0px;
    color: rgb(85, 85, 85);
    font-size: 13px;
    min-height: 45px;
    line-height: 1.5;
    text-indent: 30px;
}

.work_news1 .p a {
    color: rgb(85, 85, 85);
}

.work_news1 .law_list ul {
    margin-top: 10px;
}

.work_news1 .tab_bon li {
    margin-right: 50px;
}

.bottom_left {
    float: left;
    width: 460px;
    margin: 0px 5px 5px;
}

.bottom_left .tb_skim {
    min-height: 280px;
}

.bottom_right {
    float: right;
    width: 460px;
    margin: 0px 5px 5px;
}

.bottom_right .tb_skim {
    min-height: 280px;
}

.middle_right {
    float: right;
    width: 520px;
    margin: 0px 5px 5px;
}

.middle_right.tb_skim2 {
    min-height: 320px;
}

.hd_list .h2 {
    text-align: right;
    font-size: 14px;
}

.hd_list .h2 i {
    display: inline-block;
    margin: 0px 5px;
    color: rgb(204, 204, 204);
}

.lz_f .first {
    border: none;
    font-size: 15px;
}

.lz_f .first a {
    color: rgb(51, 51, 51);
    font-weight: bold;
}

.footer_warp {
    margin: 0px auto;
    text-align: center;
    padding-top: 10px;
}

.footer_b {
    color: rgb(255, 255, 255);
    line-height: 30px;
}

.footer_b a {
    color: rgb(162, 162, 162);
    display: inline-block;
}

.footer_b a:hover {
    text-decoration: underline;
}

.footer_b span {
    margin-right: 10px;
}

.tab_list {
    display: none;
}

.show {
    display: block;
}

.wapper {
    width: 940px;
    margin: 0px auto;
    display: block;
    zoom: 1;
}

.ad {
    width: 940px;
    height: 90px;
    background: rgb(0, 0, 0);
    overflow: hidden;
}

.slideBoxa .hd ul li.on {
    background: rgb(255, 102, 0);
    color: rgb(255, 255, 255);
}

.dj_gor {
    border-right: 1px solid rgb(230, 230, 230);
    border-bottom: 1px solid rgb(230, 230, 230);
    border-left: 1px solid rgb(230, 230, 230);
    border-image: initial;
    border-top: none;
}

.sh_btn {
    height: 30px;
    line-height: 30px;
    background: url("/sjw/upload_web/img/dj_11.png") repeat-x;
    text-align: center;
}

.sh_btn a {
    font-size: 13px;
    font-weight: 800;
    color: rgb(3, 116, 238);
    padding: 0px 2px;
}

.sh_btn strong {
    font-weight: bold;
    font-size: 18px;
    color: rgb(102, 102, 102);
}

.slideGroup .parBd {
    padding: 10px;
    zoom: 1;
    background-color: rgb(255, 255, 255);
}

.slideGroup .slideBox {
    overflow: hidden;
    zoom: 1;
    padding-left: 10px;
    padding-right: 10px;
}

.slideGroup .sPrev,
.slideGroup .sNext {
    display: block;
    width: 20px;
    height: 120px;
    float: left;
    background: url("/sjw/upload_web/img/pk_06.png") center center no-repeat;
}

.slideGroup .sNext {
    background: url("/sjw/upload_web/img/pk_07.png") center center no-repeat;
}

.slideGroup .sPrev:hover,
.slideGroup .sNext:hover {
    border-color: rgb(255, 102, 0);
}

.slideGroup .parBd .tempWrap {
    float: left;
}

.slideGroup .parBd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideGroup .parBd ul li {
    margin: 0px 4px;
    float: left;
    overflow: hidden;
    text-align: center;
}

.slideGroup .parBd ul li .pic {
    text-align: center;
}

.slideGroup .parBd ul li .pic img {
    width: 200px;
    height: 97px;
    display: block;
    padding: 2px;
    border: 1px solid rgb(204, 204, 204);
}

.slideGroup .parBd ul li .pic a:hover img {
    border-color: rgb(153, 153, 153);
}

.slideGroup .parBd ul li .titles {
    line-height: 24px;
    font-family: "Microsoft JhengHei";
    font-size: 15px;
}

.right_0531 .tit {
    background: rgb(250, 251, 251);
    border: none;
    height: 50px;
    padding: 0px 10px;
    font-size: 16px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.right_0531 .tit .em {
    float: left;
    margin-top: 15px;
}

.right_0531 .tit .more {
    float: right;
    margin-top: 16px;
    font-size: 14px;
    color: rgb(0, 85, 150);
}

.right_0531 .tit .more:hover {
    color: rgb(148, 30, 35);
}

.left_news .right_b00 {
    background: rgb(255, 255, 255);
    border: none;
    min-height: 100px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 20px 15px;
}

.left_news .mheight330 {
    min-height: 300px;
}

.Article_61 .tit {
    font-size: 26px;
    color: rgb(31, 87, 129);
    font-weight: bold;
    text-align: center;
}

.right_txt {
    margin-top: 20px;
}



.pl_right.public01 table {
    border-collapse: separate;
    border-spacing: 0px 5px;
}

.link {
    height: 50px;
}

.link li {
    display: inline-block;
    width: 150px;
}

.xxgk-table {
    width:940px;
    background:url('/sjw/upload_web/img/xxgk_bg.png') no-repeat center;
    text-align: center;
}

.xxgk-list {
    overflow: hidden;
    margin: 0 57px;
    height: 400px;
}

.xxgk-list>li {
    list-style-type: none;
    height: 87px;
    float: left;
    line-height: 87px;
    margin: 15px 20px;
    display: block;
    position: relative;
    top: 18px;
}
.xxgk-list>li>a {
    display: block;
    color: #111111;
    font-size: 21px;
    height: 87px;
    width: 228px;
    text-align: center;
    background: url('/sjw/upload_web/img/xxgk_menu_bg.png') no-repeat left center;
    font-family: fontsy;
}

.xxgk-block-title {
    height: 40px;
    font-size: 22px;
    background-color:#eeeeee;
}

.xxgk_sub_col_title_box{
    margin-bottom: 10px;
}
.xxgk_sub_col_title{
    height: 30px;
    width: 240px;
    float:left;
    line-height: 30px;
    background-color: #2579BE;
    text-align: center;
    font-size: 17px;
    color: #FFFFFF;
    margin-left: 10px;
    margin-bottom: 10px;
}
.xxgk_sub_col_title_more{
    float: right;
    margin-right: 20px;
}

.xxgk_site_logo {
    position: absolute;
    width: 600px;
    height: 50px;
    top: 90px;
    left: 50%;
    margin-left: -300px;
    z-index: 9999;
}

.xxgk-ldjl td {
    padding: 5px 0px;
}

.clr{
    width: 100%;
    height: 1px;
    clear: both;
}


/*article share start*/
 .c-conten-top {
    position: absolute;
    right: 200px;
    top: -8px;
}

/*分享*/
.e{text-align: left;font-size: 14px;position: relative;left: -26px;top: 9px;width: 120px;}
.share_box{ position: relative; top:0px; height: 30px; }
.e .slideDown{position:absolute; left:0px; width:120px; display:inline-block;*display:inline; zoom:1; vertical-align:middle; }
.e .slideDown .share{color:#333;cursor:pointer;display:block;font-size:14px; text-align: center}
.e .slideDown .share b{border:solid 5px #fff;border-top-color:#757575;display:block;height:0;overflow:hidden;position:absolute;right: 30px;top: 12px;
-webkit-transition:top 1s,all 0.3s ease-in 0s;
-moz-transition:top 1s,all 0.3s ease-in 0s;
-o-transition:top 1s,all 0.3s ease-in 0s;
transition:top 1s,all 0.3s ease-in 0s;
}
.e .slideDown .selectBox{background:#fff; display:none; position:absolute; left:0px; top:40px; z-index:999; width:120px; }
.e .slideDown .selectBox a{background-image:none;border-bottom:none;color:#848484;display:block; font:12px/39px "Arial";height:33px;padding-left:45px;overflow:hidden;width: 50%;}
.e .slideDown .selectBox a:hover{ color:#535353; text-decoration:none}
.e .slideDown .selectBox a.ico01{ background:url(/sjw/upload_web/img/share_ico.png) no-repeat 12px -1px}
.e .slideDown .selectBox a.ico02{ background:url(/sjw/upload_web/img/share_ico.png) no-repeat 12px -39px}
.e .slideDown .selectBox a.ico03{ background:url(/sjw/upload_web/img/share_ico.png) no-repeat 12px -79px}
.e .slideDown .selectBox a.ico04{ background:url(/sjw/upload_web/img/share_ico.png) no-repeat 12px -119px}
.e .slideDown .selectBox a.ico05{ background:url(/sjw/upload_web/img/share_ico.png) no-repeat 12px -158px}

.e .slideDown .selectBox a.ico06{ background:url(/sjw/upload_web/img/share_ico2.png) no-repeat 12px 6px}
.e .slideDown .selectBox a.ico07{ background:url(/sjw/upload_web/img/share_ico2.png) no-repeat 12px -34px}
.e .slideDown .selectBox a.ico08{ background:url(/sjw/upload_web/img/share_ico2.png) no-repeat 12px -74px}
.e .slideDown .selectBox a.ico09{ background:url(/sjw/upload_web/img/share_ico2.png) no-repeat 12px -114px}
.e .slideDown .selectBox a.ico10{ background:url(/sjw/upload_web/img/share_ico2.png) no-repeat 12px -155px}
.e .slideDown .selectBox a.ico01:hover{ background:url(/sjw/upload_web/img/share_ico_hover.png) no-repeat 12px -1px}
.e .slideDown .selectBox a.ico02:hover{ background:url(/sjw/upload_web/img/share_ico_hover.png) no-repeat 12px -39px}
.e .slideDown .selectBox a.ico03:hover{ background:url(/sjw/upload_web/img/share_ico_hover.png) no-repeat 12px -79px}
.e .slideDown .selectBox a.ico04:hover{ background:url(/sjw/upload_web/img/share_ico_hover.png) no-repeat 12px -119px}
.e .slideDown .selectBox a.ico05:hover{ background:url(/sjw/upload_web/img/share_ico_hover.png) no-repeat 12px -159px}
.e .slideDown .selectBox a.ico06:hover{ background:url(/sjw/upload_web/img/share_ico_hover2.png) no-repeat 12px 6px}
.e .slideDown .selectBox a.ico07:hover{ background:url(/sjw/upload_web/img/share_ico_hover2.png) no-repeat 12px -34px}
.e .slideDown .selectBox a.ico08:hover{ background:url(/sjw/upload_web/img/share_ico_hover2.png) no-repeat 12px -74px}
.e .slideDown .selectBox a.ico09:hover{ background:url(/sjw/upload_web/img/share_ico_hover2.png) no-repeat 12px -114px}
.e .slideDown .selectBox a.ico10:hover{ background:url(/sjw/upload_web/img/share_ico_hover2.png) no-repeat 12px -155px}

.e .slideCur{box-shadow:0 0 2px 2px #eaeaea; display:block; border:1px solid #eaeaea;background-color: #fff;}
.e .slideCur .share{ background-color:#f5f5f5;}
.e .slideCur .share b{border:solid 5px #f5f5f5;border-top-color:#1e63b0;top: 8px;border-top-color:#f5f5f5\9;border-bottom:solid 6px #1e63b0\9;
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-o-transform:rotate(180deg);
transform:rotate(180deg);}

.bdshare-button-style0-16 {
    zoom: 1;
}

/*article share end*/

